projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c878521
)
(fill-move-to-break-point): Don't bind fill-nobreak-predicate.
author
Chong Yidong
<cyd@stupidchicken.com>
Fri, 20 Apr 2007 14:01:37 +0000
(14:01 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Fri, 20 Apr 2007 14:01:37 +0000
(14:01 +0000)
lisp/textmodes/fill.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/fill.el
b/lisp/textmodes/fill.el
index 7318a52d8a90ae1f6334a4329e169783cabeed7a..7b4f73c2d1fc1c78fe54d3077fb2f84600f4b428 100644
(file)
--- a/
lisp/textmodes/fill.el
+++ b/
lisp/textmodes/fill.el
@@
-521,7
+521,6
@@
The break position will be always after LINEBEG and generally before point."
;; Ok, skip at least one word or one \c| character.
;; Meanwhile, don't stop at a period followed by one space.
(let ((to (line-end-position))
- (fill-nobreak-predicate nil) ;to break sooner.
(first t))
(goto-char linebeg)
(while (and (< (point) to) (or first (fill-nobreak-p)))